home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList
- doButton()
- if the result = 1 then
- set vValue to the text of member "Changing Property SetProp Input Field 2"
- set vValue to checkValue(vValue)
- set vProperty to the text of member "Changing Property SetProp Input Field 1"
- set vProperty to checkValue(vProperty)
- if (vValue <> EMPTY) and (vProperty <> EMPTY) then
- if voidp(getaProp(gDefaultPropList, vProperty)) then
- displayError("<For non-existent property in setProp>")
- else
- setProp(gDefaultPropList, vProperty, vValue)
- set the text of member "Changing Property SetProp Display Field 1" to string(gDefaultPropList)
- end if
- end if
- end if
- end
-